Details Method (AddressEntry Object) 

The Details method displays a dialog box that provides detailed information about an AddressEntry object.

Syntax

objAddressEntry.Details( [parentWindow] )

Parameters

objAddressEntry

Required. The AddressEntry object.

parentWindow

Optional. Long. The parent window handle for the details dialog box. A value of 0 (the default, when no value is supplied) specifies a modal dialog box.

 

Remarks

The dialog box always contains at least the display name and address of the address entry. For AddressEntry objects, the method fails if both the Address and ID properties are empty.

The parentWindow parameter value must be valid or the OLE Messaging Library will not display the dialog box.

The following methods can also invoke MAPI dialog boxes: Delete and Details methods (AddressEntry object), Options and Send methods (Message object), Resolve method (Recipient object and Recipients collection), AddressBook and Logon methods (Session object).

See Also

Update Method (AddressEntry Object)JJLC0D